IdArray<T>.Item Property

Gets or sets the `0 with the specified identifier.
public T this[ 
int id 
] {get; set;}
This language is not supported or no code example is available.
public:  
property T^ Item[int] { 
T^ get( 
int id 
); 
void set( 
int id
T^ value 
); 
}
This language is not supported or no code example is available.
JScript suports the use of indexed properties, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

id
int

The identifier.

Property Value

T

`0.

In this article

Definition